From 0bd173e3d8d400f05529bef4956896d306b11696 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Apr 2013 10:22:02 -0400 Subject: [PATCH] Forgotten file --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8024a98793..8d736f8174 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -131,7 +131,8 @@ noinst_PROGRAMS = $(TEST_PROGS) \ testpixbuf-scale \ testgmenu \ testlogout \ - teststack + teststack \ + testrevealer if USE_X11 noinst_PROGRAMS += testerrors @@ -256,6 +257,7 @@ testpixbuf_scale_DEPENDENCIES = $(TEST_DEPS) testgmenu_DEPENDENCIES = $(TEST_DEPS) testlogout_DEPENDENCIES = $(TEST_DEPS) teststack_DEPENDENCIES = $(TEST_DEPS) +testrevealer_DEPENDENCIES = $(TEST_DEPS) animated_resizing_SOURCES = \ animated-resizing.c \ @@ -456,6 +458,8 @@ testkineticscrolling_SOURCES = testkineticscrolling.c teststack_SOURCES = teststack.c +testrevealer_SOURCES = testrevealer.c + EXTRA_DIST += \ gradient1.png \ prop-editor.h \ -- 2.30.2